home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / whomp.swf / scripts / frame_30 / DoAction.as
Encoding:
Text File  |  2007-04-20  |  113 b   |  7 lines

  1. clicker.onRelease = function()
  2. {
  3.    _root.section = 4;
  4.    gotoAndPlay(_root._currentFrame + 1);
  5. };
  6. stop();
  7.